home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / ObjectTcl-1.1 / examples / Simple / README.TXT < prev    next >
Encoding:
Text File  |  1995-06-30  |  439 b   |  17 lines

  1. ObjectTcl/example README
  2. ------------------------
  3.  
  4. This directory contains the example code from the example documented
  5. in IXI's Object Tcl Web pages and in the ObjectTcl/docs subdirectory.
  6.  
  7. The Makefile has two targets:
  8.  
  9. examplesh: Makes a binary called "examplesh" that is a tclsh with the
  10.        added A C++ class from A.H and A.C files.
  11.  
  12. clean:       cleans the directory up.
  13.  
  14. To run the example, type
  15. system% ./examplesh
  16. % source TestB.tcl
  17.